購買新的VPS或者服務器都要進行一番的測試,測試機器的配置和性能,測試VPS服務器的網絡速度,硬盤性能等。這里收集一些測試腳本,腳本均來自于網絡,代碼內有作者信息,感謝網絡大神們提供這么優秀的工具。
服務器/VPS 速度測試腳本、系統信息、I/O 測試和speedtest亞洲速度測試
curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -Asia
秋水逸冰VPS性能測試腳本
wget -qO- bench.sh | bash
BlueSkyXN綜合工具箱
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
OldKing版一鍵測試
wget -qO- git.io/superbench.sh | bash
SuperSpeed.sh 修復版
bash <(curl -Lso- https://git.io/superspeed_uxh)
或
bash <(curl -Lso- https://raw.githubusercontent.com/uxh/superspeed/master/superspeed.sh)
一鍵檢測VPS回程國內三網路由
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
TikTok檢測
curl -fsL -o ./t.sh.x https://github.com/lmc999/TikTokCheck/raw/main/t.sh.x && chmod +x ./t.sh.x && ./t.sh.x && rm ./t.sh.x